home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / bc31p1.zip / README.PAT < prev    next >
Text File  |  1992-07-21  |  1KB  |  34 lines

  1.  
  2. (BC31P1) Patch to Borland C++ Version 3.1
  3. =====================================================================
  4.  
  5. This patch fixes a problem with the NEW operator, giving assertion
  6. errors and aborting the program.
  7.  
  8. Run Time Libraries
  9. ==================
  10. To patch the Borland C++ Libraries:
  11.  
  12.     - Place all files extracted from bc31p1.zip with the exception of
  13.       vnewf.cpp, vnewvf.cpp, and readme.pat, in the same directory as
  14.       your run-time libraries (normally \BC\LIB).
  15.  
  16.     - Change your working directory (cd) to your run-time library 
  17.       directory (normally \BC\LIB)
  18.  
  19.     - Ensure that TLIB.EXE is in your path or place TLIB.EXE in the same
  20.       directory as the above files.
  21.  
  22.     - Run bc31p1.bat
  23.  
  24.     - NOTE: vnewf.cpp and vnewvf.cpp are the source code for these fixed
  25.       modules and are provided solely for those who have the source code for
  26.       the runtime library and will need these modules when rebuilding the
  27.       library. If you do not have the RTL source code it will not be possible
  28.       to rebuild just the vnew*.* modules because of missing support files.
  29.       It is not necessary to compile these modules as they are provided
  30.       in .OBJ form.
  31. gbl
  32. cbf
  33.  
  34.